﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:1440px; }
.l{float: left}
.r{float: right}
audio, canvas, progress, video {display: inline-block;  vertical-align: baseline;}



@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}




.in_header{width:100%; height:11vh; position:fixed; top:0; left:0;   z-index:9999; padding:0 3%; background: #fff; border-bottom: 1px solid #f1f1f1}
.h_logo{width:12%; height:11vh; float: left; display: flex; align-items: center;}
.h_logo img{ max-width: 100%; height: auto; align-items: center; margin: 0px auto;}




/*导航*/
#nav{width:76%; height:11vh; text-align:center; float: right }
#nav ul{width:100%; height: auto;}
#nav li{float:left; height:11vh; box-sizing: border-box; padding-top:3vh;  position:relative; z-index:99; width:12%;  }
#nav a.nav_h{width:100%; display:block; float:left;  color:#4d4d4d;outline:none;position:relative; font-size: 16px; }
#nav a.nav_h span{font-size:14px;line-height:14px; display:block; position:relative; color: #777777; margin-top:8px;  text-transform: uppercase}
#nav li ul{width:100%; display:none; position:absolute; background:#eee; top:10vh; left:0px; padding:6px 0; z-index:99}
#nav li ul li{width:100%; line-height:26px; height:auto; margin:0; position:relative; padding:5px 0; background:none; z-index:2}
#nav li ul a,#nav li.active ul a,#nav li.sfhover ul a{width:100%; height:auto; line-height:26px; color:#333; font-size:15px; float:none; display: block}
#nav li.active a.nav_h{color:#1a75d0; font-weight: bold; }
#nav li.active a.nav_h span{color:#1a75d0; font-weight: normal; margin-top: 0; margin-bottom: 10px;}
#nav li.active{background: url(../images/nav_xs.jpg) no-repeat bottom center}
#nav li.nav_li:hover{color:#1a75d0;  }
#nav li.active span{top:-39px!important}
#nav li.active a{top:20px!important;}
#nav li.nav_li ul li:hover a{color:#1a75d0}
#nav li.nav_li:hover{background: url(../images/nav_xs.jpg) no-repeat bottom center}
#nav li:hover .nav_h span{color:#1a75d0; font-weight: normal}
#nav li:hover .nav_h{color:#1a75d0; font-weight: bold;}




#fp-nav ul li a span, .fp-slidesNav ul li a span{border:0; width:44px; height:44px; top:0; left:0; background: url(../images/yd.png) no-repeat center}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{background: url(../images/active.png) no-repeat center}
#fp-nav.right{right:20px;}
#fp-nav ul li, .fp-slidesNav ul li{width:44px; height:44px; }





/*第1块*/
.section1{display: block; width: 100%; height: 100vh;overflow: hidden; position: relative; padding-top: 11vh }
.section1_all{width:100%; height:100%; overflow: hidden; position: relative}
.section1 .swiper-container{width:100%; height:100vh }
.section1 .swiper-slide a{width:100%; height:100%; display: block }
.section1 .swiper-slide a img{width:100%; display: block; height: 100%; object-fit: cover; object-position: center center;}
.section1 .swiper-pagination{bottom:6%; width: 100%; color:#fff}
.section1 .swiper-pagination-bullet{font-size: 20px; color: #fff}
.section1 .swiper-pagination-bullet{width:10px; height: 10px;}
.section1 .swiper-pagination-bullet-active{background: #1a75d0}
.ban_btn .swiper-button-next,.ban_btn .swiper-button-prev{width:100%; height: 30px; margin-top: 0; z-index: 999 }
.section1 .swiper-button-next{background: url(../images/ban_bottom.png) no-repeat center; top:40px; right:0}
.section1 .swiper-button-prev{background: url(../images/ban_top.png) no-repeat center; left:0}
.ban_btn{width:10%; height: auto; right:0; bottom:13%; left:auto; position: absolute; z-index: 9}
.ban_btn:after{content: ""; width:100%; height: 1px; background: rgba(255,255,255,0.5); position: absolute; top:33px; right:0}
.ban_down{width:auto; height: 30px; position: absolute; bottom:6vh; left:50%; text-align: center;  display:table-cell;  text-align:center; z-index: 9; animation:mymove 2s infinite; margin-left: -89px;}
.ban_down span{color:#fff; font-size: 16px;  display:inline-block; vertical-align:middle;}
.ban_down img{display:inline-block; vertical-align:middle; margin: 0 10px}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}




/*第2块*/
.section2{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;   }
.index_about_left{width:47%; height: 100vh; background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover; float: left; padding: 10% 5% 0 13%}
.index_about_left h3{color:#fff; font-size: 42px; font-weight: bold;}
.index_about_left h4{color:#fff; font-size:16px; text-transform: uppercase}
.index_about_left h5{color:#fff; font-size: 25px; margin-bottom:2vh}
.index_about_left img{display: block; margin: 6vh 0 2vh}
.in_about_xx{width:100%; height: auto; overflow: hidden; line-height: 30px; font-size: 14px; color:#fff; display: block}
.in_about_more{width:225px; height: 56px; display: block; background: #fff url(../images/jia.png) no-repeat left center; border-radius:30px; text-align: center; line-height: 56px; color:#4d4d4d; font-size: 18px; padding-left: 60px; margin:5vh 0 7vh; box-shadow: 0 0 6px rgba(0,0,0,0.1)}
.section2 ul{width:53%; height: 100vh; float: left}
.section2 ul li{width:33.33%; height: 100vh; position: relative; float: left; text-align: center; overflow: hidden}
.section2 ul li img.about_pic{width:100%; height: 100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.section2 ul li a{width:100%; height: 100vh; position: absolute; top:0; left:0}
.in_about_honor{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); padding: 0 10%}
.in_ab_icon{width:100%; height: auto; overflow: hidden; display: flex; align-items: center;}
.in_ab_icon img{align-items: center; margin: 0px auto; max-height: 100%; max-width: 100%}
.in_about_honor h3{color:#fff; font-size: 20px; margin-top:30px;}
.in_about_honor p{color:#fff; font-size: 14px; line-height: 30px; display: none}
.in_about_honor i{width:56px; height: 56px; display: block; background: url(../images/ab_jts.png) no-repeat center; margin:6vh auto 0; display: none}
.in_about_honor hr{width:30px; height: 4px; background-image: linear-gradient(to left, #0d8ff6 , #00c8d2); 
	background-image: -webkit-gradient(to left, #0d8ff6 , #00c8d2); 
	background-image: -webkit-radial-gradient(to left, #0d8ff6 , #00c8d2); margin:1.5vh auto 3vh; border: 0; display: none}
.section2 ul li:hover hr{display:block}
.section2 ul li:hover i{display:block}
.section2 ul li:hover p{display:block}

.section2 ul li:hover img.about_pic{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*3*/
.section3{display: block; width: 100%; height: 100%; overflow: hidden; position: relative; background:url(../images/product_bjs.jpg) no-repeat center 11vh}
.section3 .w1440{margin-top: 9vh}

.index_product_left{width:32%; height: auto; float: left; margin-top: 6vh}
.index_product_left h4{ font-size: 40px; line-height: 50px; background-image:-webkit-linear-gradient(bottom,#0d8ef6,#00c8d2); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; font-weight: bold; }
.index_product_left h5{color:#4d4d4d; font-size: 16px;  margin:1vh 0 0; text-transform: uppercase}
.index_product_left h6{color:#4d4d4d; font-size: 24px; margin-bottom:2vh; margin-top:11vh}
.index_product_left .in_pro_xx{color:#777777; font-size:14px; line-height: 30px; display: block}
.in_pro_more{width:225px; height: 56px; display: block; background: #fff url(../images/jia.png) no-repeat left center; border-radius:30px; text-align: center; line-height: 56px; color:#4d4d4d; font-size: 18px; padding-left: 60px; margin:14vh 0 7vh; box-shadow: 0 0 6px rgba(0,0,0,0.1)}
.index_product_right{width:62%; height: auto; float: right}
.index_product_mav{width:81%; height: auto; overflow: hidden; margin: 0px auto;}
.index_product_mav li{width:25%; height: auto; float: left; text-align: center}
.index_product_mav li h4{color:#777777; font-size: 16px; width: 100px; margin-top: 12px;}
.in_proicon{width:100px; height: 100px; position: relative}
.in_proicon i{width:100%; height: 100%; display: block; position: relative; z-index: 9}
.pi1{background: url(../images/pi1.png) no-repeat center}
.pi2{background: url(../images/pi2.png) no-repeat center}
.pi3{background: url(../images/pi3.png) no-repeat center}
.pi4{background: url(../images/pi4.png) no-repeat center}
.in_proicon:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 1px;
    left: 102%;
    background-color: #b3bfc3;
}

.index_product_mav li:last-child .in_proicon:after{display: none}
.in_proicon:before{content: ""; width: 100%; height: 100%; background: #fff; border-radius: 50%; box-shadow: 0 0 12px rgba(0,0,0,0.06); position: absolute; top:0; left:0; opacity: 0}
.index_product_mav li:hover .in_proicon:before{opacity: 1}
.index_product_mav li:hover .pi1{background: url(../images/ph1.png) no-repeat center}
.index_product_mav li:hover .pi2{background: url(../images/ph2.png) no-repeat center}
.index_product_mav li:hover .pi3{background: url(../images/ph3.png) no-repeat center}
.index_product_mav li:hover .pi4{background: url(../images/ph4.png) no-repeat center}



.product_right_all{
  text-align: left;
  width:100%;
  display: inline-block;
  position: relative; margin-top:4vh
}
.product_right_all .pro-slider {
	height:480px;
  width: calc(300%/4);
  margin: auto;
  position: relative;
  opacity: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
}
.product_right_all .pro-slider > ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5; list-style-type: none;
    vertical-align: middle;
}
.product_right_all .pro-slider > ul > li {
  background: #ffffff;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  transform: scale(0.4) translateX(-90px);
  -webkit-transform: scale(0.4) translateX(-90px);
  -moz-transform: scale(0.4) translateX(-90px);
  -o-transform: scale(0.4) translateX(-90px);
  -ms-transform: scale(0.4) translateX(-90px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.7s cubic-bezier(0.18, 0.88, 0.23, 0.9);
  transform-origin: 0 50%;
  box-shadow: 0 23px 90px -10px rgba(41, 148, 200, 0.17);
}
.product_right_all .pro-slider > ul > li .in_product_img {
  width: calc(200%/3);
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  top: 10%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product_right_all .pro-slider > ul > li h4{color:#eef2f5; font-size: 106px; font-weight: bold; text-transform: uppercase; position: absolute; top:40px; left:0; text-align: center; width: 100%; opacity: 0}
.product_right_all .pro-slider > ul > li h5{color:#4d4d4d; font-size:18px; text-transform: uppercase; position: absolute; bottom:25px; left:4%; 
	writing-mode:tb-rl; writing-mode:vertical-rl; font-weight: bold; opacity: 0}

.product_right_all .pro-slider.go > ul > li.on h4{opacity: 1}
.product_right_all .pro-slider.go > ul > li.on h5{opacity: 1}



.product_right_all .pro-slider > ul > li img{width:100%; max-height:100%; border-radius: 30px}

.product_right_all .pro-slider > ul > li.on {
  transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -moz-transform: scale(1) translateX(0px);
  -o-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}

.product_right_all .pro-slider > ul > li.n1 {
  transform: scale(0.8) translateX(-30px);
  -webkit-transform: scale(0.8) translateX(-30px);
  -moz-transform: scale(0.8) translateX(-30px);
  -o-transform: scale(0.8) translateX(-30px);
  -ms-transform: scale(0.8) translateX(-30px);
  opacity: 0.8;
  z-index: 8;
}
.product_right_all .pro-slider > ul > li.n2 {
  transform: scale(0.6) translateX(-70px);
  -webkit-transform: scale(0.6) translateX(-70px);
  -moz-transform: scale(0.6) translateX(-70px);
  -o-transform: scale(0.6) translateX(-70px);
  -ms-transform: scale(0.6) translateX(-70px);
  opacity: 0.6;
  z-index: 7;
}
.product_right_all .pro-slider > ul > li.move {
  transform: scale(1) translateX(30px);
  -webkit-transform: scale(1) translateX(30px);
  -moz-transform: scale(1) translateX(30px);
  -o-transform: scale(1) translateX(30px);
  -ms-transform: scale(1) translateX(30px);
  pointer-events: none;
  opacity: 0;
  z-index: 7;
}
.product_right_all .pro-slider > ul > li.cur_move {
  transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -moz-transform: scale(1) translateX(0px);
  -o-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  pointer-events: none;
  opacity: 1;
  z-index: 10;
}
.product_right_all .pro-slider.go {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}


.product_right_all .pro-page {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100%/8);
  height: 100%;
}
.product_right_all .pro-page > ol {
  position: absolute;
  background-color: #fff;
  right:0;
  top: 50%;
transform: translate(-50%,-50%);
  border-radius: 50px;
  box-shadow: 0 22px 50px -8px rgba(29, 56, 75, 0.2);
}
.product_right_all .pro-page > ol > li {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.product_right_all .pro-page > ol > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
background-image: linear-gradient(to top, #00c8d2 , #0c8ff6);
    background-image: -webkit-gradient(to top, #00c8d2 , #0c8ff6);
    background-image: -webkit-radial-gradient(to top, #00c8d2 , #0c8ff6);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.6s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.product_right_all .pro-page > ol > li:last-of-type {
  margin-bottom: 0;
}
.product_right_all .pro-page > ol > li > span {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #bebebe;
	font-size:28px;
  width: 65px;
  height:65px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  cursor: pointer;
}

.op-0{opacity: 0}
.product_right_all .pro-page > ol > li.on:after {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  filter: blur(0px);
  box-shadow: 0 18px 43px -6px rgba(41, 148, 200, 0.6);
}
.product_right_all .pro-page > ol > li.on > span {
  color: #fff;
}
.product_right_all .pro-page > ol > li:hover:after {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  filter: blur(0px);
}
.product_right_all .pro-page > ol > li:hover > span {
  color: #fff;
}

.product_right_all .pro-slider.go > ul > li.on .in_product_img {
    animation: fadeInDownSmall 0.1s ease;
}

.product_right_all .pro-slider > ul > li.on .in_product_img {
    opacity: 1;
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}




/*4*/
.section4{display: block; width: 100%; height: 100%; overflow: hidden; position: relative}
.section4_ban{background: url(../images/honor_bjs.jpg) no-repeat center bottom; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section4_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section4 .w1440{position: relative; z-index: 9}
.index_honor_all{width:100%; height: auto; overflow: hidden; padding-left: 13%; position: relative; z-index: 1}
.index_honor_title{width:28%; height: auto; float: left}
.index_honor_title h4{ font-size: 40px; line-height: 50px; background-image:-webkit-linear-gradient(bottom,#0d8ef6,#00c8d2); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; font-weight: bold; }
.index_honor_title h5{color:#4d4d4d; font-size: 16px;  margin:1vh 0 0; text-transform: uppercase}
.index_honor_title h6{color:#4d4d4d; font-size: 14px; line-height:30px; margin: 3vh 0 5vh}
.index_honor_title a{width:225px; height: 56px; display: block; background: #fff url(../images/jia.png) no-repeat left center; border-radius:30px; text-align: center; line-height: 56px; color:#4d4d4d; font-size: 18px; padding-left: 60px; margin:5vh 0 7vh; box-shadow: 0 0 6px rgba(0,0,0,0.1)}
.index_honor_right .swiper-container{width:100%}
.index_honor_right{width:66%; height: auto; float: right}
.index_honor_right .swiper-slide {width:34%}
.index_honor_right .swiper-slide a{width:100%; display: block}
.index_honor_img{width:100%; height: auto; overflow:hidden}
.index_honor_img img{width:100%; display: block; border-radius: 10px 0 0 0}
.index_honor_pic{width:100%; height: auto; overflow: hidden; margin-top: 2vh}
.index_honor_pic h3{width:100%; height: 30px; line-height: 30px; color: #fff; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_honor_pic p{width:100%; height: 30px; line-height: 30px; color: #fff; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.honor_ban_btn{width:100%; height: 42px; position: relative; margin-top:28vh}
.honor_ban_btn:after{content: ""; width: 42%; height: 1px; background: #fff; position: absolute; top:50%; left:25%}
.honor_ban_btn .swiper-button-next,.honor_ban_btn .swiper-button-prev{width:42px;  height: 42px; margin-top: 0; top:0}
.honor_ban_btn .swiper-button-next{background: url(../images/h_right.png) no-repeat center}
.honor_ban_btn .swiper-button-prev{background: url(../images/h_left.png) no-repeat center; left:auto; right:75px}
.honor_ban_btn .swiper-pagination{color:#fff; font-size: 30px; width: auto; line-height: 42px; bottom:0}
.honor_ban_btn .swiper-pagination-current{font-size: 40px; font-weight: bold;}



/*5*/
.section5{display: block; width: 100%; height: 100%; overflow: hidden; position: relative}
.section5_ban{background: url(../images/case_bjs.jpg) no-repeat center bottom; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section5 .w1440{position: relative; z-index: 9; }
.index_cqhj{width:1440px; height: auto; position: absolute; top:20vh; left:50%; margin-left:-720px; z-index: 1}
.index_cqhj h3{color:#fff; font-size: 42px; font-weight: bold;}
.index_cqhj h4{color:#fff; font-size:16px; text-transform:uppercase}
.index_cqhj h5{color:#fff; font-size:14px; line-height: 30px; margin-top: 5vh}
.index_cqhj a{width:225px; height: 56px; display: block; background: #fff url(../images/jia.png) no-repeat left center; border-radius:30px; text-align: center; line-height: 56px; color:#4d4d4d; font-size: 18px; padding-left: 60px; margin:5vh 0 7vh}
.index_cqhj_all{width:100%; height: 100vh; position: relative}
.index_cqhj_all .slideTxtBox{width:100%; height: auto; position: relative}
.index_cqhj_all .bd{width:100%; height: 100vh; overflow: hidden;}
.cq_img{width:100%; height: 100vh}
.cq_img img{width:100%; display: block; height: 100vh; object-fit: cover; object-position: center center;}
.index_cqhj_all .hd{width:100%; height: auto; position: absolute; bottom:5vh; left:0; z-index: 9}
.index_cqhj_all .hd ul{width:1440px; overflow: hidden; margin: 0px auto; display: flex; align-items: flex-end;}
.index_cqhj_all .hd ul li{width:16.1%; height: auto; margin-right:0.5%; float: left; position: relative}
.index_cqhj_all .hd ul li a{width:100%; height: auto; display: flex; justify-content: space-between;  padding:22px 12px; position: relative; z-index: 1}
.index_cqhj_all .hd ul li:after{content: ""; width: 100%; height: 86px; position: absolute; bottom:0; left:0; background: #fff; transition: all 0.4s ease-in-out;
}
.index_cqhj_all .hd ul li:nth-child(1):after{ border-radius:8px 0 0 8px}
.index_cqhj_all .hd ul li:last-child:after{margin-right: 0; border-radius: 0 8px 8px 0}
.index_cqhj_all .hd ul li dl{max-width:80%}
.index_cqhj_all .hd ul li dl dt{color:#333333; font-size: 18px;}
.index_cqhj_all .hd ul li dl dd{color:#777777; font-size:14px;}
.cqhj_one_img{width:100%; height: 50px; display: none; align-items: center; margin:4vh 0 }
.cqhj_one_img img{align-items: center; margin: 0px auto; max-height: 100%}

.index_cqhj_all .hd ul li.on:after{background-image: linear-gradient(to top, #00c8d2 , #0c8ff6); 
	background-image: -webkit-gradient(to top, #00c8d2 , #0c8ff6); 
	background-image: -webkit-radial-gradient(to top, #00c8d2 , #0c8ff6); height: 210px; transition: all 0.4s ease-in-out;border-radius: 8px 8px 0 0
}
.index_cqhj_all .hd ul li.on  .cqhj_one_img{display: flex}
.index_cqhj_all .hd ul li.on dl{width:100%; float: none; text-align: center; margin-right: 0; max-width: 100%}
.index_cqhj_all .hd ul li.on dt{color:#fff}
.index_cqhj_all .hd ul li.on dd{color:#fff}
.index_cqhj_all .hd ul li.on .cqhj_one_pic{display: none}
.index_cqhj_all .hd ul li.on a{display: block}





/*


.active .slideTxtBox .hd ul{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .huanjing_title_left{animation-name: fadeInDown; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .in_hj_more{animation-name: fadeInRight; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}

*/




/*2*/
.section6{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;   }
.section6_ban{background: url(../images/news_bjs.jpg) no-repeat center bottom; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section6 .w1440{ margin-top:2vh;overflow: hidden }
.index_news_title{width:38%; height: auto; float: left; position:relative; z-index: 1; margin-top: 8vh}
.index_news_title h4{ font-size: 40px; line-height: 50px; background-image:-webkit-linear-gradient(bottom,#0d8ef6,#00c8d2); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; font-weight: bold; }
.index_news_title h6{color:#4d4d4d; font-size: 16px;  margin:1vh 0 0; text-transform: uppercase}
.index_news_title h5{color:#4d4d4d; font-size: 14px; line-height:30px; margin: 3vh 0 5vh}
.index_news_nav{width:100%; height: auto; overflow: hidden; padding: 2px 0}
.index_news_nav a{width:29%; height:50px; line-height:50px; border-radius: 25px; float: left; 
 display:table-cell;  text-align:center; margin-right:5%; box-shadow: 0 0 8px rgba(0,0,0,0.1)}
.index_news_nav a img{ display:inline-block; vertical-align:middle;}
.index_news_nav a span{color:#4d4d4d; font-size: 16px;  margin-left: 20px }
.index_news_nav a:nth-child(3){margin-right: 0; background:#fff url(../images/ni3.png) no-repeat 15% center}
.index_news_nav a:nth-child(2){background:#fff url(../images/ni2.png) no-repeat 15% center}
.index_news_nav a:nth-child(1){ background:#fff url(../images/ni1.png) no-repeat 15% center}
.index_news_nav a:nth-child(1):hover{background:#0c93f3 url(../images/nih1.png) no-repeat 15% center}
.index_news_nav a:nth-child(2):hover{background:#0c93f3 url(../images/nih2.png) no-repeat 15% center}
.index_news_nav a:nth-child(3):hover{background:#0c93f3 url(../images/nih3.png) no-repeat 15% center}
.index_news_nav a:hover span{color:#fff}
.index_news_more{width:220px; height:56px; line-height:56px; background: #fff url(../images/jia.png) no-repeat left center; font-size: 18px; 
	color: #4d4d4d; display: block; padding-left:80px; margin-top:20vh; box-shadow:0 0 10px rgba(0,0,0,0.1); border-radius: 30px; margin-bottom: 1vh}
.index_news_all{width:57%; height: auto; position: absolute; right:0; }
.index_news_all .swiper-container{overflow: hidden; width: 100%; height:640px}
.index_news_all .swiper-slide{height: 215px}
.index_news_all .swiper-slide a{display: block; position: relative; width: 100%; height: 100%; padding:20px; overflow: hidden}
.index_news_img{width:26.5%; height: auto; overflow: hidden; float: left}
.index_news_img img{width:100%; display: block}
.index_news_xx{width:38%; height: auto; float: left; margin-left: 4%;  margin-top: 10px}
.index_news_xx h3{color:#4d4d4d; font-size: 18px; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.index_news_xx p{width:100%; height:48px; line-height: 24px; color: #777777; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0 20px}
.index_news_xx span{color:#777777; font-size: 16px; background: url(../images/n_jts.png) no-repeat right center; display: table; padding-right:50px;}
.index_news_time{width:10%; height: auto; float: left; margin-left: 4%;margin-top: 10px;}
.index_news_time span{color:#4d4d4d; font-size:30px; font-family: 'BAHNSCHRIFT';}
.index_news_time p{color:#777777; font-size: 20px; font-family: 'BAHNSCHRIFT'; margin:5px 0 8px}
.index_news_all .swiper-slide a:hover{background-image: linear-gradient(to right, #0c8ef6 , #00c8d2); 
	background-image: -webkit-gradient(to right, #0c8ef6 , #00c8d2); 
	background-image: -webkit-radial-gradient(to right, #0c8ef6 , #00c8d2);}

.index_news_all .swiper-slide a:hover span{color:#fff}
.index_news_all .swiper-slide a:hover h3{color:#fff}
.index_news_all .swiper-slide a:hover p{color:#fff}
.index_news_all .swiper-slide a:hover .index_news_xx span{background: url(../images/nh_jts.png) no-repeat right center}




/*

.active .index_news_all{animation-name: fadeInUp; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}
.active .index_news_title{animation-name: fadeInDown; animation-duration:1.1s; animation-delay:1.1s; animation-fill-mode: both;}


*/



/*第8块*/
.section8{display: block; width: 100%; height: 100%; overflow: hidden; position: relative}
.section8_ban{background: url(../images/contact_bjs.jpg) no-repeat center; background-size: cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section8_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section8 .w1440{position: relative; z-index: 1; margin-top: 10vh}
.index_contact_top{width:33%; height: auto; float: left}
.index_contact_top h3{color:#fff; font-size: 42px; font-weight: bold;}
.index_contact_top h4{color:#fff; font-size: 16px; text-transform: uppercase; margin-top: 1vh}
.index_contact_top h5{color:#fff; font-size: 14px; line-height:30px; margin-top: 2.5vh}
.in_contact_more{width:225px; height: 56px; display: block; background: #fff url(../images/jia.png) no-repeat left center; border-radius:30px; text-align: center; line-height: 56px; color:#4d4d4d; font-size: 18px; padding-left: 60px; margin:5vh 0 7vh}
.index_cproduct{width:100%; height: auto; overflow: hidden}
.index_cproduct h4{color:#fff; font-size: 20px; margin-bottom: 10px;}
.index_cproduct_links{width:100%; height: auto; overflow: hidden}
.index_cproduct_links a{color:#fff; font-size:14px; margin-right: 20px; line-height: 30px}
.index_contact_xinxi{width:30%; height: auto; float: left; margin-left: 5%; margin-top:10vh}
.in_contact_li{width:100%; height: auto; overflow: hidden; margin-bottom:2vh; }
.in_contact_li p{ max-width:84%; height: auto; overflow: hidden; font-size: 14px; color: #fff; margin-left:15px; line-height:25px; display:inline-block; vertical-align:middle;}
.in_contact_li p span{color:#fff; font-size: 16px;}
.in_contact_li img{display:inline-block; vertical-align:middle;}
.in_contact_li a{color:#fff; font-size: 16px;}
.index_contact_ma{width:24%; height: auto; float: right; margin-top:10vh}
.index_contact_ma dl{width:46%; height: auto; float: left}
.index_contact_ma dl:nth-child(2n){float: right}
.index_contact_ma dl dt{width:100%; overflow: hidden; background: #fff; border-radius: 8px; padding: 8px}
.index_contact_ma dl dt img{width:100%; display: block}
.index_contact_ma dl dd{width:100%; height:auto; color:#fff; font-size: 18px;  text-align: center; margin-top:10px;}
.line{width:100%; height:1px; background: rgba(255,255,255,0.3); margin-top: 8vh}





/*版权*/
.index_banquan{width:100%; height:40px; line-height:40px; overflow: hidden;  z-index: 999; margin-top:6vh; }
.index_banquan .copy_l{width:auto; font-size: 16px; color: #fff; float: left}
.copy_l a{font-size: 16px; color: #fff; text-align: center}
.copy_l a{margin-left: 10px;}
.index_zhichi{width:auto; height:40px; line-height: 40px; float: right}
.index_zhichi p{ width:auto; float: left; font-size: 16px; color:#333333; line-height:40px; margin-right: 10px; padding-left: 0!important}
.index_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.index_zhichi .js{width:90px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.index_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.index_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.index_zhichi span{float: left; font-size: 16px; color: #fff;}
.index_zhichi i{ float: left;}
.f_brq{float:left;}
.index_zhichi p:last-child{margin-right: 0}







/*内页*/
.ny_banner{ width:100%;  position:relative;  height:450px;clear: left; }
.ny_banner .in_header{position:absolute}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.pic_ban{background: url(../images/pic_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.feedbook_ban{background: url(../images/feedbook_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}

.ny_baninfo{width:1200px; height:225px; position: absolute; top:195px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background:#1a75d0; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 48px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#1a75d0}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #1a75d0)) 0 0 no-repeat;
	-webkit-background-size: 125px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	height:50px;
	line-height:50px;
	font-weight:bold;
	display:block;
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}

.ny_service_all{font-size:16px; color:#333; line-height:30px; margin:40px 0; padding-bottom:110px;}
.ny_service_all img{max-width:100%}
.ny_service_all p{font-size:16px; color:#333; line-height:30px;}

.ny_contact_all{margin-bottom:70px; overflow:hidden}



/*内部二级导航*/
.ny_nav{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#1a75d0; border-radius:38px; max-width:1200px; padding:0 20px;}
.ny_nav ul li{    width: auto;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0px 18px;}
.ny_nav ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0px 38px 38px 0px;}
.ny_nav ul li:hover,.ny_nav ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
	margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#1a75d0}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#1a75d0}









/*推荐新闻*/
/*内页通用新闻资讯*/
.nynews-l{ margin-top:30px; width: 100%;}
.nynewst-div { width:187px; height: 152px; overflow:hidden; margin-top: 29px; margin-left: 7px;}
.nynewst-div > img{ width:100%; transition: .6s; }
.nynews-top{ width:100%; height:auto;  transition: .3s; border:1px solid #d5d5d5; overflow:hidden  }
.nynews-top a{width:705px; height:auto; float:left;}
.nynews-top a:nth-child(2n){float:right}
.nynews-top .r > h3{ color:#555555; font-size:16px; margin-top: 30px;transition: .3s;}
.nynews-top .r > p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .r > span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top .r{width: 320px;margin-right: 50px;}
.nynews-li{border-bottom:1px dashed #d5d5d5;  overflow: hidden; }
.nynews-li > span{ border:2px solid #1a75d0; border-radius: 50%;  width:8px; height: 8px; display: block; float:left; margin-top: 20px;  margin-right: 6px;position: relative; left:0; transition: .3s;}
.nynews-li > a { float:left; line-height: 52px;  width:76%; color:#1b1b1b; font-size:16px; position: relative; left:0; transition: .3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.nynews-li > p{ float:right;line-height: 52px; color: #626262;font-size: 14px;position: relative; right:0; transition: .3s;}
.nynews-li a:hover  { left:15px; color:#1a75d0;}
.nynews-li:hover > span{ left:15px; background: #1a75d0; }
.nynews-li:hover > p{ right:15px; color:#1a75d0;}
.nynews-top:hover .nynewst-l > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#1a75d0; border:1px solid #1a75d0;  }
.news-bot{ margin-bottom:40px}
.intitle-top > h3{ font-size: 30px;  text-align: center; font-weight: bold;color: #0c46c6;}
.intitle-top > p{ font-size:18px; color:#707070; text-align: center; line-height: 40px; }
.ny-news{ margin-top: 40px; margin-bottom: 70px; overflow:hidden;width: 1440px;margin: 0 auto 60px}
.main-title > h3 > span{ color: #1a75d0;  }
.nynewst-l{ width: 210px; height: auto; overflow: hidden; float: left; }
.nynewst-l > img{ width:100%; transition: .6s; }
.nynews-top > a { display: block; padding: 16px; overflow:hidden}
.nynews-top > a > .nynewst-r{ margin-left: 230px;  }
.nynews-top > a > .nynewst-r > h3{width:100%; height:30px; color: #535353; font-size: 16px; font-weight: bold;line-height: 30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap  }
.nynews-top > a > .nynewst-r > span{ color: #898989; font-size: 14px; display: block; line-height: 36px; }
.nynews-top > a > .nynewst-r > p{ color: #898989; font-size: 14px; line-height: 24px;  }
.nynews-top .l{width:300px; margin-left:20px;}
.nynews-top .l h3{ color:#555555; font-size:16px; transition: .3s;}
.nynews-top .l p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .l span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top:hover .l h3{ color:#fff;}
.nynews-top:hover .l p{ color:#fff; }
.nynews-top:hover .l span{color:#fff; ;}

.nynews-l ul{width:100%; height:auto; overflow:hidden}
.nynews-l ul li{width:48%; height:auto; float:left;}
.nynews-l ul li:nth-child(2n){float:right}



/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #1a75d0;}
.news-title span {width:442px; line-height: 80px; color: #1a75d0; font-size: 33px;text-align: center; font-weight: bold;}
.news-title span p{ color: #1a75d0 !important;font-size: 33px;text-align: center;font-weight: bold;padding-top: 13px; }
.news-title p{ color: #626262; }
.title h3{ font-size: 30px; text-align: center; font-weight: bold;}
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
.newsli-l{ width:130px; height: 122px; background:#333; transition: .6s;  }
.newsli-l span{ font-size: 20px; font-weight: bold; text-align: center; padding-top: 20px; color: #fff;  border-bottom: 1px solid #444; width: 100px; margin: 0 auto; padding-bottom: 13px;  transition: .6s; display:block;}
.newsli-l p{ text-align: center; font-size: 30px; font-weight: bold; line-height: 40px; color: #fff; padding-top: 10px;   }
.newsli-r{ width: 790px; background: #f5f5f5; padding: 18px 20px; height:122px  }
.news-li{ clear: both; margin-bottom: 20px; display: table; }
.newsli-r h3{ font-size: 18px; line-height: 30px; transition: .6s; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#333}
.newsli-r p{ font-size: 15px; line-height: 24px; margin-top: 5px; width:100%; height:48px; overflow:hidden; color:#333}
.news-li:hover .newsli-l { background: #1a75d0; }
.news-li:hover .newsli-l span{ border-bottom: 1px solid #fff;  }
.news-li:hover .newsli-r h3{ color: #1a75d0;  }
.news-li:hover .newsli-r p{ color: #1a75d0;  }
.ny_news_h1{width: 100%; text-align: center; clear: both; height:40px; }
.ny_news_h1 h1{ font-size:24px; color: #555; }
.ny_news_xxs{width: 100%; line-height: 30px; color: #999; height: 30px;  margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both; font-size:14px;}
.ny_news_show{margin-bottom:70px; margin-top:50px; overflow:hidden; padding-bottom:110px;}
.ny_news_show h1{font-size:26px; color:#333;}
.keyword_light{font-size:16px; color:#666; line-height:30px;}
.news_show_bt{width: 100%;  color: #555; padding: 10px 0px; text-align: center;  clear: both; font-weight: bold}
.news_show_time{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;
                border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both}



/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; padding-bottom:110px;}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:23.5%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:16px; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*合作伙伴*/
.ny_pic_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; padding-bottom:110px;}
.ny_pic_all ul{width:100%; height: auto; overflow: hidden}
.ny_pic_all ul li{width:18.4%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_pic_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden}
.ny_pic_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden}
.ny_pic_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:16px; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_pic_all ul li:nth-child(5n){margin-right: 0px;}
.ny_pic_all ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 75px; margin-bottom: 60px; padding-bottom:110px;}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:23.5%; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:2%; margin-bottom:20px; }
.ny_solution_img{width:100%; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_product_all ul li h5{width:100%; height: 40px; line-height: 40px; text-align:center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:16px; color: #060507; font-weight:normal}
.ny_product_all ul li:nth-child(4n){margin-right:0}
.ny_product_all ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover h5{color:#1a75d0}




/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0; padding-bottom:110px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:38%; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#1a75d0; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:60%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 26px; color: #191919; height:auto; line-height:30px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:130px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
  
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:auto; margin-top:20px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height:60px;}
.ny_pro_ddh{float: left; margin-left:10px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #1a75d0; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left:28px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:75%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:21%; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #1a75d0;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #1a75d0; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.ny_probt{width:100%; height:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#1a75d0; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#1a75d0;}
.ny_probt li.on a{ color:#fff; font-size:18px;}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:50px; background: #1a75d0; color: #fff; text-align: center; line-height: 50px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#1a75d0}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}

.ny_hotnews input[type="text"]{width:66%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{width:26%; height:35px; color:#fff; border:0; background:#1a75d0; float:right;}




/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; padding-bottom:110px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:68%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:17%; height: auto; float: right}
.news_pic img{width:100%; height: auto; display:block;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#1a75d0}
.ny_news_all ul li:hover h3{font-weight: bold; }



/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top:40px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.contact_right p{font-size:16px}
.ny_cont_wx dl:last-child{margin-right:0}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; 
	padding: 60px 0 20px}
.footer_left{width:955px; height: auto; float: left}
.f_logo{width:100%; height: auto; overflow: hidden}
.f_logo img{max-width: 100%}
.footer_xx{width:100%; height: auto; overflow: hidden; margin: 33px 0}
.footer_xx p{color:#fff; font-size: 24px; color: #fff;  font-family: 'BAHNSCHRIFT'; float: left; padding-left:50px; margin-right: 40px; line-height:70px;}

.footer_nav{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(255,255,255,0.3); padding-top: 28px}
.footer_nav a{color:#fff; font-size: 16px; float: left; margin-right:113px;}
.footer_nav a:last-child{margin-right: 0}
.footer_nav a:hover{font-weight: bold}
.footer_center_ma{width:226px; height: auto; float: right}
.footer_center_ma .slideTxtBox{ width:100%;  }
.footer_center_ma .slideTxtBox .hd{width:34px; float: right}
.footer_center_ma .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden; margin-top: 24px}
.footer_center_ma .slideTxtBox .hd ul li{width:34px; margin-bottom: 5px}
.footer_center_ma .slideTxtBox .hd ul li.on{ }
.footer_center_ma .slideTxtBox .bd{width:170px; height: auto; float: left}
.bd_li{width:100%; height: auto; border-radius: 8px}
.bd_li img{width:100%; display: block;  border-radius: 8px}



.copy{clear:both;width:100%;height:66px; line-height:66px;  position: relative; margin-top: 40px}
.copy_l{float:left; font-size:16px; color:#fff; height: 100%; }
.copy_l a{color:#fff; font-size: 16px;}
.copy_l a:hover{font-weight: bold;}
.footer_zhichi{width:auto; height:66px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:82px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 16px; color: #fff;}
.footer_zhichi i{ float: left;}

.f2{background:url(../images/f1.png) no-repeat left center;}
.f1{background:url(../images/f2.png) no-repeat left center;}



/*客服*/
.lxfx {
  height: auto;
  position: fixed;
  right:0px;
  top:250px;
  width: 77px;
  z-index: 999;
}
.lxfx li a {
  color: rgb(255, 255, 255);
  display: block;
  height: 47px;
  margin-top: 9px;
  width: 300px;
 font-size: 14px;
}
.leftlx {
  float: left;
  height: 47px;
  width: 77px;
}
.lxfx li span {
  border-left: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  float: left;
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  padding-left: 8px;
}
.fix_ewm {
  border: 5px solid rgb(255, 255, 255);
  display: none;
  height: 120px;
  left: -145px;
  position: absolute;
  top: -40px;
  width: 120px;
}
.lxfx li i {
  display: block;
  height: 27px;
  margin: 0 auto;
  text-align: center;
  width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
  background-position: 0 -25px;
}
.lxfx li i.icon-ly {
  background-position: 4px -53px;
}
.lxfx li i.icon-wx {
  background-position: -34px 4px;
}
.lxfx li i.icon-wb {
  background-position: -30px -22px;
}
.lxfx li i.icon-top {
  background-position: -30px -49px; height:32px;
}

.lxfx li p {
  line-height: 12px;
  text-align: center;
}
.lxfx li {
  background:#1158fd;
  height: 62px;
  margin-bottom: 1px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 77px; float:left;
}






@media screen and (max-width:1600px){
	.index_about_left{padding: 10% 5% 0 5%;}
	.index_honor_all{padding-left:5%}
}



@media screen and (max-width:1500px){
	.w1440,.index_cqhj_all .hd ul{width:1200px;}
	.product_right_all .pro-slider > ul > li h4{font-size:70px;}
.index_product_mav li h4{font-size:14px;}
.product_right_all .pro-slider{height:420px; width: calc(280%/4);}
.index_cqhj{width:1200px; margin-left:-600px;}
	
}


@media screen and (max-width:1450px){
	.index_about_left{padding: 10% 5% 0 8%;}
	
}




@media screen and (max-height:1050px){
	.active .section4_ban{background-size:160%}
}



@media screen and (max-height:900px){
	.index_news_all .swiper-slide{height:190px}
	.index_news_all .swiper-container{height:570px;}
	.honor_ban_btn{margin-top:12vh}
	.index_news_more{margin-top:12vh}
	.active .section4_ban { background-size: auto;}
}



@media screen and (max-width:1370px){
	#nav a.nav_h{font-size:14px;}
	#nav a.nav_h span{font-size:12px;}
	.h_logo{width:9%}
	.in_ab_icon img{height:50px;}
	.index_about_left h3{font-size:30px;}
	.index_about_left h5{font-size:20px;}
	.in_about_more,.in_pro_more,.index_honor_title a,.index_cqhj a,.index_news_more,.in_contact_more{width:185px;}
	.in_about_honor h3{font-size:16px;}
	.product_right_all .pro-slider{height:300px;}
	.product_right_all .pro-slider > ul > li img{width:auto;}
	.product_right_all .pro-slider > ul > li .in_product_img{text-align:center}
	.index_product_left h4,.index_honor_title h4,.index_cqhj h3,.index_news_title h4,.index_contact_top h3{font-size:30px;}
	.in_proicon{width:80px; height:80px;}
	.index_news_xx{margin-top:0}
	.index_news_all .swiper-container{height:520px;}
	.index_news_all .swiper-slide{height:170px;}
	.index_honor_all{padding-left:7%}
	.copy_l a,.index_banquan .copy_l,.index_zhichi span{font-size:14px;}
}




